Einhugur macOS Bridge plugin.

NSRunningApplication.RunningApplicationsWithBundleIdentifier Method

Returns an array of currently running applications with the specified bundle identifier.

shared RunningApplicationsWithBundleIdentifier(
   bundleIdentifier as String) as EinhugurMacOSBridge.NSRunningApplication()

Parameters

bundleIdentifier
The bundle identifier.

Returns

EinhugurMacOSBridge.NSRunningApplication()
An array of NSRunningApplications, or an empty array if no applications match the bundle identifier.

Remarks

See Also

NSRunningApplication Class